Skip to content

chore(release): align metadata and docs for v1.3.0#10

Merged
sena-labs merged 1 commit into
mainfrom
claude/brave-goldstine-da1555
May 7, 2026
Merged

chore(release): align metadata and docs for v1.3.0#10
sena-labs merged 1 commit into
mainfrom
claude/brave-goldstine-da1555

Conversation

@sena-labs
Copy link
Copy Markdown
Owner

Summary

  • Bump version to v1.3.0 in function.json and openrouter_pipe.py header
  • Consolidate never-tagged [1.2.0] + [Unreleased] CHANGELOG sections into [1.3.0] — 2026-05-07; clean up compare-links to only reference tags that exist on GitHub
  • Correct stale test counts: 252 / 322431 across README, CONTRIBUTING, SECURITY, TESTING, PULL_REQUEST_TEMPLATE
  • Correct provider-icon count: 2213 to match actual _PROVIDER_ICONS dict
  • Standardize model count to 340+ everywhere (README, function.json, openrouter_pipe.py)
  • Shift SECURITY.md supported-versions table: 1.3.x active, 1.2.x critical-only, 1.1.x EOL
  • Update updated_at in function.json to 2026-05-07

Related Issue

Pre-release audit — no issue tracker entry.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring
  • Test improvement

Changes Made

  • function.json: version bump, description corrections, updated_at refresh
  • openrouter_pipe.py: header docstring aligned (version, model count, icon count — body code untouched)
  • CHANGELOG.md: new [1.3.0] section, stub [1.2.0] historical note, clean compare-links
  • README.md, CONTRIBUTING.md, SECURITY.md, TESTING.md: stale numbers corrected
  • .github/PULL_REQUEST_TEMPLATE.md, .github/ISSUE_TEMPLATE/bug_report.yml: updated counts/placeholders
  • integration_test.py, test_pipe.py: module docstrings bumped to v1.3.0

Testing

  • All unit tests pass (python test_pipe.py — 431/431 ✓)
  • New tests added for the changes — N/A (metadata/docs only)
  • Integration tests pass — N/A
  • CHANGELOG.md updated under [Unreleased] — promoted to [1.3.0]

Checklist

  • My code follows the project's coding standards
  • No debug print statements introduced
  • No secrets, API keys, or credentials included
  • Commit messages follow Conventional Commits

- bump function.json + openrouter_pipe.py header to 1.3.0
- consolidate [Unreleased] + [1.2.0] (never tagged on GitHub) into [1.3.0]
- correct stale test counts (252/322 -> 431) across README, CONTRIBUTING,
  SECURITY, TESTING, PULL_REQUEST_TEMPLATE
- correct provider-icon count (22 -> 13) to match _PROVIDER_ICONS
- standardize model count on 340+
- shift SECURITY.md supported-versions table by one minor

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 7, 2026 18:52
@sena-labs sena-labs merged commit 42b0582 into main May 7, 2026
6 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns release metadata and repository documentation with the v1.3.0 release, primarily by updating version strings, dates, and various “count” claims (tests/models/provider icons) across manifests and docs.

Changes:

  • Bumped version references to v1.3.0 across function.json and module docstrings.
  • Refreshed documentation/metadata counts (unit tests, models, provider icons) and updated security support table.
  • Consolidated/rewrote CHANGELOG.md sections and adjusted compare-link targets.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
TESTING.md Updates the pre-release checklist test counts/output expectations.
test_pipe.py Updates the module docstring version string to v1.3.0.
SECURITY.md Updates supported versions table and unit test count reference.
README.md Updates model count, provider icon count, and test suite count references.
openrouter_pipe.py Updates header metadata (version + description counts) only.
integration_test.py Updates the module docstring version string to v1.3.0.
function.json Bumps manifest version/description counts and refreshes updated_at.
CONTRIBUTING.md Updates the documented unit test count and expected pass total.
CHANGELOG.md Consolidates entries into v1.3.0 and revises compare links.
.github/PULL_REQUEST_TEMPLATE.md Updates the documented unit test pass total.
.github/ISSUE_TEMPLATE/bug_report.yml Updates the placeholder pipe version to 1.3.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
Comment on lines +145 to +147
v1.1.1 and v1.2.0 were documented but never tagged; their content is consolidated under v1.3.0. -->
[Unreleased]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.1.0...v1.3.0
Comment thread TESTING.md
- [ ] `python test_pipe.py` → 252 passed, 0 failed
- [ ] `python integration_test.py` → 47/47
- [ ] `python test_pipe.py` → 431 passed, 0 failed
- [ ] `python integration_test.py` → 43/43
@sena-labs sena-labs deleted the claude/brave-goldstine-da1555 branch May 7, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants